home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 1 / Meeting Pearls Vol 1 (1994).iso / installed_progs / text / casslabel / formats / postscript-enhanced_2+t+g.form < prev   
Encoding:
Text File  |  1994-05-15  |  9.2 KB  |  373 lines

  1. %%!PS-Adobe-2.0 EPSF-2.0
  2. %%%%BoundingBox: 70 323 360 772
  3.  
  4. %%%%BeginProlog
  5. /mm 72 25.40005 div def    %% Millimeter definition
  6. mm mm scale                %% Units now are Millimeter
  7. 25 272 translate        %% Move (0,0) up
  8. 0.1 setlinewidth        %% small line width
  9.  
  10. /ISO
  11. [
  12.  /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  13.  /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  14.  /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  15.  /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  16.  /space /exclam /quotedbl /numbersign /dollar /percent /ampersand
  17.  /quoteright /parenleft /parenright /asterisk /plus /comma /minus /period
  18.  /slash /zero /one /two /three /four /five /six /seven /eight /nine /colon
  19.  /semicolon /less /equal /greater /question /at /A /B /C /D /E /F /G /H
  20.  /I /J /K /L /M /N /O /P /Q /R /S /T /U /V /W /X /Y /Z /bracketleft
  21.  /backslash /bracketright /asciicircum /underscore /quoteleft /a /b /c
  22.  /d /e /f /g /h /i /j /k /l /m /n /o /p /q /r /s /t /u /v /w /x /y /z
  23.  /braceleft /bar /braceright /asciitilde /.notdef /.notdef /.notdef
  24.  /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  25.  /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /dotlessi /grave
  26.  /acute /circumflex /tilde /macron /breve /dotaccent /dieresis /.notdef
  27.  /ring /cedilla /.notdef /hungarumlaut /ogonek /caron /space /exclamdown
  28.  /cent /sterling /currency /yen /brokenbar /section /dieresis /copyright
  29.  /ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron
  30.  /degree /plusminus /twosuperior /threesuperior /acute /mu /paragraph
  31.  /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright
  32.  /onequarter /onehalf /threequarters /questiondown /Agrave /Aacute
  33.  /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla /Egrave /Eacute
  34.  /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth
  35.  /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply
  36.  /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn
  37.  /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring /ae
  38.  /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute
  39.  /icircumflex /idieresis /eth /ntilde /ograve /oacute /ocircumflex
  40.  /otilde /odieresis /divide /oslash /ugrave /uacute /ucircumflex
  41.  /udieresis /yacute /thorn /ydieresis
  42. ] def
  43.  
  44. /reencodedict 5 dict def
  45. /ReEncode {
  46.     dup
  47.     reencodedict begin
  48.     /basefontname exch def
  49.     /basefontdict basefontname findfont def
  50.     /newfont basefontdict maxlength dict def
  51.  
  52.     basefontdict
  53.     { exch dup dup /FID ne exch /Encoding ne and
  54.         { exch newfont 3 1 roll put }
  55.         { pop pop }
  56.         ifelse
  57.     } forall
  58.     newfont /FontName basefontname put
  59.     newfont /Encoding ISO put
  60.     basefontname newfont definefont pop
  61.     end
  62. } bind def
  63.  
  64. /centershow {
  65.     dup
  66.     stringwidth pop 2 div neg 0 rmoveto
  67.     show
  68. } bind def
  69.  
  70. /rightshow {
  71.     dup
  72.     stringwidth pop neg 0 rmoveto
  73.     show
  74. } bind def
  75. %%%%EndProlog
  76.  
  77. %% **********************************************
  78. %% **********************************************
  79.  
  80. %% Begin of Output
  81. [2 1] 0 setdash
  82. 0 -94 moveto 102 -94 lineto stroke
  83. 0 -29 moveto 102 -29 lineto 102 -16 lineto 0 -16 lineto closepath stroke
  84. [] 0 setdash
  85. 0 -158 moveto 102 -158 lineto 102 0 lineto 0 0 lineto closepath stroke
  86. 0 -5 moveto 102 -5 lineto 102 0 lineto 0 0 lineto closepath stroke
  87.  
  88. /Helvetica ReEncode findfont 8 scalefont setfont
  89. 1 -13 moveto (A) show
  90. 52 -13 moveto (B) show
  91. 102 -25 moveto (%s) rightshow
  92. @NUMBER@
  93.  
  94. /Helvetica findfont 4 scalefont setfont
  95. 51 -4 moveto (%s: %s    %s: %s min) centershow
  96. @LANG_POSITION@POSITION@@LANG_LENGTH@LENGTH@LENGTH@
  97. 7 -9 moveto (%s %s) show
  98. @LANG_DATE@DATE_A@
  99. 7 -13 moveto (NR: %s) show
  100. @NOISER_A@
  101. 31 -13 moveto (Src: %s) show
  102. @SOURCE_A@
  103. 58 -9 moveto (%s %s) show
  104. @LANG_DATE@DATE_B@
  105. 58 -13 moveto (NR: %s) show
  106. @NOISER_B@
  107. 82 -13 moveto (Src: %s) show
  108. @SOURCE_B@
  109. 45 -21 moveto (%s) centershow
  110. @TOPTITLE_A@
  111. 45 -26 moveto (%s) centershow
  112. @TOPTITLE_B@
  113.  
  114. /Helvetica findfont 3 scalefont setfont
  115. 1 -32 moveto (%.30s) show
  116. @TITLE_A@01@
  117. 50 -32 moveto (%.30s) rightshow
  118. @GROUP_A@01@
  119. 52 -32 moveto (%.30s) show
  120. @TITLE_B@01@
  121. 101 -32 moveto (%.30s) rightshow
  122. @GROUP_B@01@
  123. 1 -35 moveto (%.30s) show
  124. @TITLE_A@02@
  125. 50 -35 moveto (%.30s) rightshow
  126. @GROUP_A@02@
  127. 52 -35 moveto (%.30s) show
  128. @TITLE_B@02@
  129. 101 -35 moveto (%.30s) rightshow
  130. @GROUP_B@02@
  131. 1 -38 moveto (%.30s) show
  132. @TITLE_A@03@
  133. 50 -38 moveto (%.30s) rightshow
  134. @GROUP_A@03@
  135. 52 -38 moveto (%.30s) show
  136. @TITLE_B@03@
  137. 101 -38 moveto (%.30s) rightshow
  138. @GROUP_B@03@
  139. 1 -41 moveto (%.30s) show
  140. @TITLE_A@04@
  141. 50 -41 moveto (%.30s) rightshow
  142. @GROUP_A@04@
  143. 52 -41 moveto (%.30s) show
  144. @TITLE_B@04@
  145. 101 -41 moveto (%.30s) rightshow
  146. @GROUP_B@04@
  147. 1 -44 moveto (%.30s) show
  148. @TITLE_A@05@
  149. 50 -44 moveto (%.30s) rightshow
  150. @GROUP_A@05@
  151. 52 -44 moveto (%.30s) show
  152. @TITLE_B@05@
  153. 101 -44 moveto (%.30s) rightshow
  154. @GROUP_B@05@
  155. 1 -47 moveto (%.30s) show
  156. @TITLE_A@06@
  157. 50 -47 moveto (%.30s) rightshow
  158. @GROUP_A@06@
  159. 52 -47 moveto (%.30s) show
  160. @TITLE_B@06@
  161. 101 -47 moveto (%.30s) rightshow
  162. @GROUP_B@06@
  163. 1 -50 moveto (%.30s) show
  164. @TITLE_A@07@
  165. 50 -50 moveto (%.30s) rightshow
  166. @GROUP_A@07@
  167. 52 -50 moveto (%.30s) show
  168. @TITLE_B@07@
  169. 101 -50 moveto (%.30s) rightshow
  170. @GROUP_B@07@
  171. 1 -53 moveto (%.30s) show
  172. @TITLE_A@08@
  173. 50 -53 moveto (%.30s) rightshow
  174. @GROUP_A@08@
  175. 52 -53 moveto (%.30s) show
  176. @TITLE_B@08@
  177. 101 -53 moveto (%.30s) rightshow
  178. @GROUP_B@08@
  179. 1 -56 moveto (%.30s) show
  180. @TITLE_A@09@
  181. 50 -56 moveto (%.30s) rightshow
  182. @GROUP_A@09@
  183. 52 -56 moveto (%.30s) show
  184. @TITLE_B@09@
  185. 101 -56 moveto (%.30s) rightshow
  186. @GROUP_B@09@
  187. 1 -59 moveto (%.30s) show
  188. @TITLE_A@10@
  189. 50 -59 moveto (%.30s) rightshow
  190. @GROUP_A@10@
  191. 52 -59 moveto (%.30s) show
  192. @TITLE_B@10@
  193. 101 -59 moveto (%.30s) rightshow
  194. @GROUP_B@10@
  195. 1 -62 moveto (%.30s) show
  196. @TITLE_A@11@
  197. 50 -62 moveto (%.30s) rightshow
  198. @GROUP_A@11@
  199. 52 -62 moveto (%.30s) show
  200. @TITLE_B@11@
  201. 101 -62 moveto (%.30s) rightshow
  202. @GROUP_B@11@
  203. 1 -65 moveto (%.30s) show
  204. @TITLE_A@12@
  205. 50 -65 moveto (%.30s) rightshow
  206. @GROUP_A@12@
  207. 52 -65 moveto (%.30s) show
  208. @TITLE_B@12@
  209. 101 -65 moveto (%.30s) rightshow
  210. @GROUP_B@12@
  211. 1 -68 moveto (%.30s) show
  212. @TITLE_A@13@
  213. 50 -68 moveto (%.30s) rightshow
  214. @GROUP_A@13@
  215. 52 -68 moveto (%.30s) show
  216. @TITLE_B@13@
  217. 101 -68 moveto (%.30s) rightshow
  218. @GROUP_B@13@
  219. 1 -71 moveto (%.30s) show
  220. @TITLE_A@14@
  221. 50 -71 moveto (%.30s) rightshow
  222. @GROUP_A@14@
  223. 52 -71 moveto (%.30s) show
  224. @TITLE_B@14@
  225. 101 -71 moveto (%.30s) rightshow
  226. @GROUP_B@14@
  227. 1 -74 moveto (%.30s) show
  228. @TITLE_A@15@
  229. 50 -74 moveto (%.30s) rightshow
  230. @GROUP_A@15@
  231. 52 -74 moveto (%.30s) show
  232. @TITLE_B@15@
  233. 101 -74 moveto (%.30s) rightshow
  234. @GROUP_B@15@
  235. 1 -77 moveto (%.30s) show
  236. @TITLE_A@16@
  237. 50 -77 moveto (%.30s) rightshow
  238. @GROUP_A@16@
  239. 52 -77 moveto (%.30s) show
  240. @TITLE_B@16@
  241. 101 -77 moveto (%.30s) rightshow
  242. @GROUP_B@16@
  243. 1 -80 moveto (%.30s) show
  244. @TITLE_A@17@
  245. 50 -80 moveto (%.30s) rightshow
  246. @GROUP_A@17@
  247. 52 -80 moveto (%.30s) show
  248. @TITLE_B@17@
  249. 101 -80 moveto (%.30s) rightshow
  250. @GROUP_B@17@
  251. 1 -83 moveto (%.30s) show
  252. @TITLE_A@18@
  253. 50 -83 moveto (%.30s) rightshow
  254. @GROUP_A@18@
  255. 52 -83 moveto (%.30s) show
  256. @TITLE_B@18@
  257. 101 -83 moveto (%.30s) rightshow
  258. @GROUP_B@18@
  259. 1 -86 moveto (%.30s) show
  260. @TITLE_A@19@
  261. 50 -86 moveto (%.30s) rightshow
  262. @GROUP_A@19@
  263. 52 -86 moveto (%.30s) show
  264. @TITLE_B@19@
  265. 101 -86 moveto (%.30s) rightshow
  266. @GROUP_B@19@
  267. 1 -89 moveto (%.30s) show
  268. @TITLE_A@20@
  269. 50 -89 moveto (%.30s) rightshow
  270. @GROUP_A@20@
  271. 52 -89 moveto (%.30s) show
  272. @TITLE_B@20@
  273. 101 -89 moveto (%.30s) rightshow
  274. @GROUP_B@20@
  275. 1 -92 moveto (%.30s) show
  276. @TITLE_A@21@
  277. 50 -92 moveto (%.30s) rightshow
  278. @GROUP_A@21@
  279. 52 -92 moveto (%.30s) show
  280. @TITLE_B@21@
  281. 101 -92 moveto (%.30s) rightshow
  282. @GROUP_B@21@
  283. 1 -97 moveto (%.30s) show
  284. @TITLE_A@22@
  285. 50 -97 moveto (%.30s) rightshow
  286. @GROUP_A@22@
  287. 52 -97 moveto (%.30s) show
  288. @TITLE_B@22@
  289. 101 -97 moveto (%.30s) rightshow
  290. @GROUP_B@22@
  291. 1 -100 moveto (%.30s) show
  292. @TITLE_A@23@
  293. 50 -100 moveto (%.30s) rightshow
  294. @GROUP_A@23@
  295. 52 -100 moveto (%.30s) show
  296. @TITLE_B@23@
  297. 101 -100 moveto (%.30s) rightshow
  298. @GROUP_B@23@
  299. 1 -103 moveto (%.30s) show
  300. @TITLE_A@24@
  301. 50 -103 moveto (%.30s) rightshow
  302. @GROUP_A@24@
  303. 52 -103 moveto (%.30s) show
  304. @TITLE_B@24@
  305. 101 -103 moveto (%.30s) rightshow
  306. @GROUP_B@24@
  307. 1 -106 moveto (%.30s) show
  308. @TITLE_A@25@
  309. 50 -106 moveto (%.30s) rightshow
  310. @GROUP_A@25@
  311. 52 -106 moveto (%.30s) show
  312. @TITLE_B@25@
  313. 101 -106 moveto (%.30s) rightshow
  314. @GROUP_B@25@
  315. 1 -109 moveto (%.30s) show
  316. @TITLE_A@26@
  317. 50 -109 moveto (%.30s) rightshow
  318. @GROUP_A@26@
  319. 52 -109 moveto (%.30s) show
  320. @TITLE_B@26@
  321. 101 -109 moveto (%.30s) rightshow
  322. @GROUP_B@26@
  323. 1 -112 moveto (%.30s) show
  324. @TITLE_A@27@
  325. 50 -112 moveto (%.30s) rightshow
  326. @GROUP_A@27@
  327. 52 -112 moveto (%.30s) show
  328. @TITLE_B@27@
  329. 101 -112 moveto (%.30s) rightshow
  330. @GROUP_B@27@
  331. 1 -115 moveto (%.30s) show
  332. @TITLE_A@28@
  333. 50 -115 moveto (%.30s) rightshow
  334. @GROUP_A@28@
  335. 52 -115 moveto (%.30s) show
  336. @TITLE_B@28@
  337. 101 -115 moveto (%.30s) rightshow
  338. @GROUP_B@28@
  339. 1 -118 moveto (%.30s) show
  340. @TITLE_A@29@
  341. 50 -118 moveto (%.30s) rightshow
  342. @GROUP_A@29@
  343. 52 -118 moveto (%.30s) show
  344. @TITLE_B@29@
  345. 101 -118 moveto (%.30s) rightshow
  346. @GROUP_B@29@
  347. 1 -121 moveto (%.30s) show
  348. @TITLE_A@30@
  349. 50 -121 moveto (%.30s) rightshow
  350. @GROUP_A@30@
  351. 52 -121 moveto (%.30s) show
  352. @TITLE_B@30@
  353. 101 -121 moveto (%.30s) rightshow
  354. @GROUP_B@30@
  355. 1 -124 moveto (%.30s) show
  356. @TITLE_A@31@
  357. 50 -124 moveto (%.30s) rightshow
  358. @GROUP_A@31@
  359. 52 -124 moveto (%.30s) show
  360. @TITLE_B@31@
  361. 101 -124 moveto (%.30s) rightshow
  362. @GROUP_B@31@
  363. 1 -127 moveto (%.30s) show
  364. @TITLE_A@32@
  365. 50 -127 moveto (%.30s) rightshow
  366. @GROUP_A@32@
  367. 52 -127 moveto (%.30s) show
  368. @TITLE_B@32@
  369. 101 -127 moveto (%.30s) rightshow
  370. @GROUP_B@32@
  371.  
  372. showpage
  373.